-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add @bharath-techie as maintainer #18556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Shweta Thareja <[email protected]>
115c25f
to
979ccad
Compare
@peterzhuamazon can you please help here Created - opensearch-project/.github#347 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @shwetathareja please also add @bharath-techie in the .github/CODEOWNERS
file before merging this PR.
I have added her as part of the maintainters team for OpenSearch core now.
Thanks.
@peterzhuamazon : would you be merging it post adding the permissions ? I see that he is already added to maintainers , hence merging it . |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.19 2.19
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.19
# Create a new branch
git switch --create backport/backport-18556-to-2.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 ef6cc266ee180f892db07b551343243aca7601f5
# Push it to GitHub
git push --set-upstream origin backport/backport-18556-to-2.19
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.19 Then, create a pull request where the |
Sure @peterzhuamazon I will add him in CODEOWNERS as well. Thank you! |
Signed-off-by: Shweta Thareja <[email protected]>Signed-off-by: TJ Neuenfeldt <[email protected]>
Signed-off-by: Shweta Thareja <[email protected]>
Following the nomination process, I have nominated and other maintainers have agreed to add bharath-techie as a co-maintainer of the OpenSearch repository. He has kindly accepted the invitation.
Bharath has authored 35 issues including 4 RFCs, merged 62 PRs and reviewed 83 PRs for others. Bharath has been an active contributor to OpenSearch since 2022 and his most recent notable contribution has been the innovative Star Tree data structure in OpenSearch core. He has demonstrated strong technical depth and ownership by the driving Star Tree index idea from inception, driving discussions with both Lucene and OpenSearch community, implementing and releasing it as experimental feature in 2.18. He has contributed to multiple other complex and deep features of OpenSearch like Point in Time Search, Admission Control Framework and Async search. He is also maintainer in the asynchronous-search repository and has notable contributions with 40 PRs merged and reviewed 80 PRs for others. He is actively engaged in community meeting for Indexing area. He recently presented Analytics Performance at Scale : The OpenSearch Star Tree Index Journey in OpenSearchCon Europe 2025 and also presented “Accelerating aggregations using star tree index” topic in OpenSearchCon India 2024.
Some of his key highlights:
RFC
[RFC] Pre Compute Aggregations with Star Tree index
[RFC] Admission Controller framework for OpenSearch
[AdmissionControl] Using threadcontext to collect resource usage stats
[Design proposal] Point in time search
Features
Star Tree Index
Reviewed all star-tree related PRs tracked in meta
Point in Time
Admission Control
Bugs Identified
Community Engagement
Looking at his long list of contributions, Bharath will be very valuable as an OpenSearch maintainer.